home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1843.dms / in.adf / DiskOpti / How It Works < prev   
Encoding:
Text File  |  1992-03-29  |  704 b   |  20 lines

  1.  
  2.     This is how an OPTIMISER works....
  3. When you write files to a disk, the computer allocates x amount of space.
  4. This works fine, until you come to delete a file and put another on.
  5.  
  6. EXAMPLE.
  7.         You write a 100byte file then delete it. You then try to 
  8. write two 60byte files. The first 60 byte file fits in fine, but instead of
  9. the second squeezing in, the first 40 bytes are fitted, then the next 20 
  10. bytes are put elsewhere on the disk.
  11.      This happens to all files, and sooner or later you have bits of
  12. files everywhere. This really slows down loading. An optimiser reads all the 
  13. bits, then puts them on to another disk in ONE whole piece. This will mean
  14. quicker loading etc....
  15.  
  16.  
  17.     BYE
  18.  
  19. OLIVER MARSHALL
  20.